    #header-burger-bar{
    width: 20px;
    position: relative;
    right: 20px;
    cursor: pointer;
}
#header-cross-bar{
    width: 20px;
    position: relative;
    right: 20px;
    cursor: pointer;
    display: none;
}
#sider-bar-section{
    display: none;
}
.sidebar{
    width: 220px;
    position: fixed;
    top: 64px;
    z-index: 200;
    background: white;
    height: 100vh;
    overflow: auto;
    padding-bottom: 8px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);    
}
.menu-bar{
    background: #FFA500;
    text-align: start;
    font-weight: 550;
    color: white;
    font-size: 14px;
    padding: 5px 15px;
}
.sidebar ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
}
.sidebar ul li{
    list-style: none;
    border-radius: 4px;
    padding: 4px 0px;
    width: 100%;
} 
.sidebar ul li a{
    text-decoration: none;
    color: orange;
    font-weight: bold;
    padding: 5px 0px;
    font-size: 16px;
    width: 100%;
    text-align: end;
} 
.sidebar ul li a span{
    text-decoration: none;
    color: black;
    font-weight: 500;
    padding: 5px 0px;
    font-size: 13px;
    width: 100%;
} 
.extra-section{
    position: relative;
    left: 29px;
}











@media screen and (max-width: 954px){
    .section-one{
        position: relative; 
        top: 0px;
    }
}
@media screen and (max-width: 492px){
    .section-one{
        position: relative;
    }
}
@media screen and (max-width: 1199px){
    #header-burger-bar{
        width: 20px;
        position: relative;
        right: 20px;
        cursor: pointer;
        display: none;
    }
    #header-cross-bar{
        width: 20px;
        position: relative;
        right: 20px;
        cursor: pointer;
        display: none;
    }
}
